Categories

Versions

Check Job Status (OpenAI) (Generative Models)

Synopsis

Checks the status of an OpenAI finetuning job

Description

Checks the status of an OpenAI finetuning job. The job ID is the output of the Finetune operator and can also be found in the logs. Make sure to get the ID from there and use it as a parameter for this operator. This operator can be useful if scheduled for frequent checks about the job status. Please note that Open AI will also send an email to the address assouciated with the user who submitted the job when the finetuning job has been finished.

Input

  • connection (Connection)

    A Dictionary Connection providing the API key as a key value pair with a key named 'api_key'.

Output

  • data (Data Table)

    A data set describing the finetuning job status.

  • connection (Connection)

    The input connection.

Parameters

  • job_id The finetuning job id which is delivered as output of the Open AI finetuning operator. Range:
  • conda_environment The conda environment used for this downloading task. Additional packages may be installed into this environment, please refer to the extension documentation for additional details on this and on version requirements for Python and some packages which have be present in this environment. Range:

Tutorial Processes

Check the status of a finetuning job

This operator is simply checking for the status of a finetuning job with a given ID. The job ID is the output of the Finetune operator and can also be found in the logs when this operator is executed. IMPORTANT: you will need to provide your API key as a Dictionary Connection as well as an existing job ID for this tutorial to run.